home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue39 / ComCorn / Client.exe / 0 / RCDATA / TMAINFORM / TMAINFORM.txt
Encoding:
Text File  |  1998-10-06  |  1.1 KB  |  63 lines

  1. object MainForm: TMainForm
  2.   Left = 566
  3.   Top = 163
  4.   Width = 351
  5.   Height = 242
  6.   Caption = 'Automation Client'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object SendButton: TButton
  19.     Left = 94
  20.     Top = 40
  21.     Width = 75
  22.     Height = 25
  23.     Caption = '&Send'
  24.     Default = True
  25.     TabOrder = 0
  26.     OnClick = SendButtonClick
  27.   end
  28.   object CloseButton: TButton
  29.     Left = 254
  30.     Top = 40
  31.     Width = 75
  32.     Height = 25
  33.     Caption = 'E&xit'
  34.     TabOrder = 1
  35.     OnClick = CloseButtonClick
  36.   end
  37.   object ClearButton: TButton
  38.     Left = 174
  39.     Top = 40
  40.     Width = 75
  41.     Height = 25
  42.     Caption = '&Clear'
  43.     TabOrder = 2
  44.     OnClick = ClearButtonClick
  45.   end
  46.   object Edit: TEdit
  47.     Left = 16
  48.     Top = 8
  49.     Width = 313
  50.     Height = 21
  51.     TabOrder = 3
  52.   end
  53.   object Memo: TMemo
  54.     Left = 8
  55.     Top = 72
  56.     Width = 321
  57.     Height = 137
  58.     Color = clBtnFace
  59.     ReadOnly = True
  60.     TabOrder = 4
  61.   end
  62. end
  63.